home *** CD-ROM | disk | FTP | other *** search
/ MacUser Mac Bin 28 / MACUSER-MACBIN28A-1996-03.ISO.7z / MACUSER-MACBIN28A-1996-03.ISO / Demo / MachTen 4.0.2 Demo / X Window Software / X11R5 / man / mann / fslsfonts.0 < prev    next >
Text File  |  1995-06-30  |  3KB  |  127 lines

  1. NAME
  2.        fslsfonts - server font list displayer for X font server
  3.  
  4. SYNOPSIS
  5.        fslsfonts [-options ...] [-fn pattern]
  6.  
  7. DESCRIPTION
  8.        Fslsfonts  lists  the  fonts that match the given pattern.
  9.        The wildcard character  "*"  may  be  used  to  match  any
  10.        sequence  of characters (including none), and "?" to match
  11.        any single character.  If no  pattern  is  given,  "*"  is
  12.        assumed.
  13.  
  14.        The  "*" and "?" characters must be quoted to prevent them
  15.        from being expanded by the shell.
  16.  
  17. OPTIONS
  18.        -server host:port
  19.                This option specifies the X font  server  to  con-
  20.                tact.
  21.  
  22.  
  23.        -l[l[l]]
  24.                This  option indicates that medium, long, and very
  25.                long listings, respectively, should  be  generated
  26.                for each font.
  27.  
  28.        -m      This  option  indicates  that long listings should
  29.                also print the minimum and maximum bounds of  each
  30.                font.
  31.  
  32.        -C      This  option  indicates  that  listings should use
  33.                multiple columns.  This is the same as -n 0.
  34.  
  35.        -1      This option indicates that listings should  use  a
  36.                single column.  This is the same as -n 1.
  37.  
  38.        -w width
  39.                This option specifies the width in characters that
  40.                should be used in figuring out how many columns to
  41.                print.  The default is 79.
  42.  
  43.        -n columns
  44.                This option specifies the number of columns to use
  45.                in displaying the output.   By  default,  it  will
  46.                attempt  to fit as many columns of font names into
  47.                the number of character specified by -w width.
  48.  
  49.        -u      This option indicates that the  output  should  be
  50.                left unsorted.
  51.  
  52.  
  53. SEE ALSO
  54.        fs(1), showfont(1), xlsfonts(1)
  55.  
  56.  
  57.  
  58. X Version 11                Release 5                           1
  59.  
  60.  
  61.  
  62.  
  63.  
  64. FSLSFONTS(1)                                         FSLSFONTS(1)
  65.  
  66.  
  67. ENVIRONMENT
  68.        FONTSERVER
  69.                to get the default host and port to use.
  70.  
  71. BUGS
  72.        Doing  "fslsfonts  -l" can tie up your server for a very
  73.        long time.  This is really a bug with single-threaded non-
  74.        preemptable servers, not with this program.
  75.  
  76. COPYRIGHT
  77.        Copyright 1991, Network Computing Devices, Inc
  78.        See X(1) for a full statement of rights and permissions.
  79.  
  80. AUTHOR
  81.        Dave Lemke, Network Computing Devices, Inc
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124. X Version 11                Release 5                           2
  125.  
  126.  
  127.